projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee58141
)
; * message.el (message-auto-save-directory): Clarify docstring.
author
Sean Whitton
<spwhitton@spwhitton.name>
Sat, 9 Jul 2022 00:28:51 +0000
(17:28 -0700)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Sat, 9 Jul 2022 00:28:51 +0000
(17:28 -0700)
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 48115a41655bc0c875639e10cee2ac74d454c9a3..7c2b24c6eee763cc9b0df7db58101aee06927dfe 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-1411,7
+1411,7
@@
text and it replaces `self-insert-command' with the other command, e.g.
(file-name-as-directory (expand-file-name "drafts" message-directory))
"~/")
"Directory where Message auto-saves buffers if Gnus isn't running.
-If nil, Message won't auto-save."
+If nil, Message won't auto-save
, whether or not Gnus is running
."
:group 'message-buffers
:link '(custom-manual "(message)Various Message Variables")
:type '(choice directory (const :tag "Don't auto-save" nil)))